home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / work1.bas < prev    next >
Encoding:
BASIC Source File  |  1995-11-01  |  74 b   |  5 lines

  1. FOR i = 1 TO 10
  2.     PRINT " <<< Another file execution >>>";
  3. NEXT
  4. END
  5.